Proxy between data centers [closed]

Posted by dstarh on Server Fault See other posts from Server Fault or by dstarh
Published on 2012-12-03T16:00:53Z Indexed on 2012/12/03 17:07 UTC
Read the original article Hit count: 164

Filed under:
|

Possible Duplicate:
Can IIS be configure to forward request to another web server?

We are switching data centers (actually datac-center to EC2 to be specific) and some customers have not yet made DNS changes to point the domains to the new load balancers. We are thinking of leaving the existing servers up and just using a proxy server to forward the request to the new load balancer.

  1. Can anyone recommend a good proxy server for doing this
  2. I've got squid installed but it seems it's fairly easy to just have a fairly wide open proxy server and we don't want this. I want all requests coming in on port 80 to be sent to port 80 at a specific domain (elastic load balancer)
  3. the data center env is windows 2k3 and the EC2 env will all be linux but the ec2 env should be irrelevant

© Server Fault or respective owner

Related posts about windows-server-2003

Related posts about proxy